(appt-check): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 Jan 1994 00:09:55 +0000 (00:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 Jan 1994 00:09:55 +0000 (00:09 +0000)
lisp/calendar/appt.el

index ecfaafd790b6d923e07d3cbd92a808123c5ce5f6..e36a9ece197ff999dc89c461e7eb169a6fd7eb9c 100644 (file)
@@ -218,6 +218,16 @@ appt-display-interval
        The number of minutes to wait between checking the appointments
        list.
 
+appt-disp-window-function 
+       Function called to display appointment window. You can customize
+       appt.el by setting this variable to a function different from the
+       one provided with this package.
+  
+appt-delete-window-function 
+       Function called to remove appointment window and buffer.  You can
+       customize appt.el by setting this variable to a function different
+       from the one provided with this package.
+
 This function is run from the loadst process for display time.
 Therefore, you need to have `(display-time)' in your .emacs file."